home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / cross / avra-0.4_src.lha / avra-0.4 / misc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-28  |  59 b   |  6 lines

  1. /*
  2.  * Misc stuff
  3.  */
  4.  
  5. enum boolean {False = 0, True};
  6.